home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Dom i biuro / AlfaClock 1.71 / alfaclock_v1.71.exe / {app} / AlfaClock.exe / 0 / RCDATA / TTIPPERFORM / TTIPPERFORM.txt < prev   
Text File  |  2004-10-05  |  3KB  |  120 lines

  1. object TipperForm: TTipperForm
  2.   Left = 224
  3.   Top = 107
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'AlfaClock: The Tip Of The Day'
  7.   ClientHeight = 239
  8.   ClientWidth = 400
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 281
  24.     Height = 201
  25.     BevelOuter = bvLowered
  26.     BevelWidth = 2
  27.     Color = clWhite
  28.     TabOrder = 0
  29.     object Panel2: TPanel
  30.       Left = 8
  31.       Top = 8
  32.       Width = 267
  33.       Height = 41
  34.       BevelOuter = bvNone
  35.       ParentColor = True
  36.       TabOrder = 0
  37.       object Image1: TImage
  38.         Left = 8
  39.         Top = 2
  40.         Width = 32
  41.         Height = 38
  42.         AutoSize = True
  43.         Picture.Data = {<image000.bmp>}
  44.         Transparent = True
  45.       end
  46.       object Label_Promt: TLabel
  47.         Left = 56
  48.         Top = 0
  49.         Width = 134
  50.         Height = 24
  51.         Caption = 'Did you know ...'
  52.         Font.Charset = DEFAULT_CHARSET
  53.         Font.Color = clWindowText
  54.         Font.Height = -21
  55.         Font.Name = 'MS Sans Serif'
  56.         Font.Style = []
  57.         ParentFont = False
  58.       end
  59.     end
  60.     object Panel3: TPanel
  61.       Left = 8
  62.       Top = 56
  63.       Width = 267
  64.       Height = 137
  65.       BevelOuter = bvNone
  66.       ParentColor = True
  67.       TabOrder = 1
  68.       object Label_Tip: TLabel
  69.         Left = 0
  70.         Top = 0
  71.         Width = 267
  72.         Height = 137
  73.         Align = alClient
  74.         AutoSize = False
  75.         Transparent = True
  76.         WordWrap = True
  77.       end
  78.     end
  79.   end
  80.   object CheckBox_ShowAtStartup: TCheckBox
  81.     Left = 16
  82.     Top = 216
  83.     Width = 273
  84.     Height = 17
  85.     Caption = 'Display The Tip Of The Day at startup'
  86.     Checked = True
  87.     State = cbChecked
  88.     TabOrder = 1
  89.     OnClick = CheckBox_ShowAtStartupClick
  90.   end
  91.   object Button_Close: TButton
  92.     Left = 304
  93.     Top = 8
  94.     Width = 89
  95.     Height = 25
  96.     Caption = '&Close'
  97.     Default = True
  98.     ModalResult = 1
  99.     TabOrder = 2
  100.   end
  101.   object Button_Next: TButton
  102.     Left = 304
  103.     Top = 56
  104.     Width = 89
  105.     Height = 25
  106.     Caption = '&Next tip'
  107.     TabOrder = 3
  108.     OnClick = Button_NextClick
  109.   end
  110.   object Button_Prev: TButton
  111.     Left = 304
  112.     Top = 88
  113.     Width = 89
  114.     Height = 25
  115.     Caption = '&Previous tip'
  116.     TabOrder = 4
  117.     OnClick = Button_PrevClick
  118.   end
  119. end
  120.